1.10.1 • Published 20 days ago

ducduchy-react-components v1.10.1

Weekly downloads
-
License
MIT
Repository
github
Last release
20 days ago

Duc Duchy React Components

Hello

Get started

Installation

  1. Run npm i ducduchy-react-components
  2. To use style, add import "ducduchy-react-components/dist/ducduchy-react-components.cjs.production.min.css"; in your app

Local development

  1. make sure to run npm install once to install dependencies
  2. run npm run storybook to start the server
  3. default port is 6006, so head to http://localhost:6006/ once it finishes loading
  4. to add more components, say MyComponent:
    • create a folder src/components/MyComponent
    • create component file src/components/MyComponent/MyComponent.tsx
    • create story file src/components/MyComponent/MyComponent.stories.tsx
    • (optional) create a style file src/components/MyComponent/MyComponent.scss and import it in the component's tsx file
    • (TODO) create test file
    • create an index.ts file in the component folder, and re-export the component in it
    • re-export the component folder in the src/components/index.ts file

Notes

  1. Themes are stored in src\components\main\theme.scss. You can override with your custom CSS variables or even add your own theme.
  2. Icon used in this project are from Font Awesome (free version). However, you can add Pro version and just use the corresponding prefix as well as icon names after initialization.
  3. Most of the style follows Material Design 2 and Material Design 3
  4. Styling uses Tailwind CSS
  5. Form validation uses React Hook Form
1.10.1

20 days ago

1.10.0

10 months ago

1.9.2

11 months ago

1.8.1

1 year ago

1.8.0

1 year ago

1.9.1

12 months ago

1.9.0

1 year ago

1.7.0

1 year ago

1.6.11

2 years ago

1.6.10

2 years ago

1.6.9

2 years ago

1.6.8

2 years ago

1.6.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.4.0

2 years ago

1.5.7

2 years ago

1.5.6

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.3.3

2 years ago

1.5.0

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.2.4

2 years ago

1.1.5

2 years ago

1.2.3

2 years ago

1.1.4

2 years ago

1.2.2

2 years ago

1.1.3

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.1.0

2 years ago