@coconut-software/ui
v0.19.3
Published
React components for faster and easier web development.
Readme
UI Components | Coconut Software
React components for faster and easier web development.
Upgrading
Please see UPGRADE for details.
Releasing
Please see RELEASE for details.
Setup
Run the following commands to get up and running with this project.
yarn installyarn run buildWe use StorybookJS for developing our UI components in isolation. In order to get Storybook running, run the following command:
yarn run storybookRecommended IDE Setup
When developing any TypeScript project within Coconut Software, the recommended approach is to install VSCode and install the recommended plugins. This project might recommend extra plugins specifically for it's use case.
Recommended Plugins
- ESLint
- Headwind
- JavaScript and TypeScript Nightly
- Jest
- Prettier - Code formatter
- Tailwind CSS IntelliSense
- TypeScript Hero
Creating a static export
yarn installyarn run buildyarn run storybook:exportThis will create a storybook-static folder that you can open up directly on your own device or zip up to share with others.
