1.2.1 • Published 5 years ago

@dan-akl/patterns v1.2.1

Weekly downloads
84
License
MIT
Repository
-
Last release
5 years ago

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

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago