@oliverflecke/components-react v0.7.0
Component library for React
This repository contains styled components that can be used in React. They have primarily been build for usage in my own projects and to improve my own front-end skills.
Catelog and documentation of the components.
Development
Build
To build the component library to dist:
yarn buildPublish
Publish the package with npm's standard command.
The project is automatically build before being published.
npm publishTest
This project uses the build in test library in tsdx, which uses jest under the hood.
Test are executed with:
yarn testDuring development, it can be usefull to add the --watch flag to continuesly execute tests when changes are detected.
Code coverage can be calculated with --coverage.
Styles
Components are styled using tailwindcss. The raw css file is include in the build output, which means that consumers of this library has to run tailwindcss (through postcss) to compile the necessary styles.
Developing with Storybook
Storybook can then be executed with yarn run storybook.
It will automatically include and compile styles from src/styles/main.css.
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago