0.7.0 • Published 1 year ago

@oliverflecke/components-react v0.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Component library for React

CI npm version

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 build

Publish

Publish the package with npm's standard command. The project is automatically build before being published.

npm publish

Test

This project uses the build in test library in tsdx, which uses jest under the hood. Test are executed with:

yarn test

During 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.

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

2 years ago

0.4.0

2 years ago

0.5.1

2 years ago

0.3.3-4

2 years ago

0.3.3-3

2 years ago

0.3.3-5

2 years ago

0.1.20

2 years ago

0.1.21

2 years ago

0.3.3-0

2 years ago

0.3.3-2

2 years ago

0.3.3-1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.19

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.3

2 years ago

0.1.17

3 years ago

0.1.18

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago