Crayons Datatable for Developer Platform
!Release !Built With Stencil  !NPM !npm
Please refer to the usage guidelines here.
You can refer to the documentation on the Crayons Website.
- Clone the repo:
``bash`
git clone https://github.com/freshworks/crayons
cd crayons
npm install
git config core.hooksPath .git/hooks/
- To start in dev mode with HMR and Storybook:
`bash`
npm run dev
- To build the components for production, run:
`bash`
npm run build:components
- To run the tests for the components, run:
`bash`
npm run test
- To generate a new component, run:
`bash`
npm run generate
Please see CONTRIBUTING GUIDELINES for more details.
#### Code of Conduct
Please read the Code of Conduct here.
##### Naming Components
When generating components, the custom element tags is prefixed with fw- while the rest of the name is modified to support web component standards. For example, if a component is generated with the name Label, the component that would be generated would be
#### Read more
This project is built with StencilJS. You can check out the following links for further information:
- Build components
- Testing a component
- Using in different frameworks