Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 776 Bytes

File metadata and controls

28 lines (19 loc) · 776 Bytes

silk components

components for the Silk Web Toolkit

Components can be used to display common text, layout and data-sources inside your silk site. (Please note customisable data-sources are not currently supported.) Build whatever components you need, complement the limited core complements bundled with Silk.

how to build a component

with silk

  • 'silk clone-component some-component'
  • modify the .dna/dna.conf file to suit
  • rename and modify the component file to suit
  • in your component's parent directory 'silk install-component'

how to contribute

you

  • fork this repository
  • add your component
  • submit a pull request

us

  • review your pull request
  • add to silk component repository so your component is available with 'silk update'