1.2.1 • Published 6 years ago
@dan-akl/patterns v1.2.1
A bunch of React Components
Including in your project
yarn add @dan-akl/patterns
@import { Button } from '@dan-akl/patterns'
Running Storybook
yarn storybook
Adding new Components
Add new components by using the component:generate
npm task. It will prompt you for a name for the Component.
Please follow the Standard ReactNamingConventions, and name the component the singular form.
Good: TextInput Button CheckBox
Bad: textInput text-input text input Buttons
A new directory will be created in the ./src/components
directory with the following files:
.
├── src
| ├── Component
| | ├── Component.jsx
| | ├── Component.scss
| | ├── Component.story.js
| | ├── Component.test.js
| | ├── README.md
| | ├── index.js
1.2.1
6 years ago
1.2.0
6 years ago
1.1.1
6 years ago
1.1.0
7 years ago
1.0.15
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago