0.1.8 • Published 9 years ago
sui-stateless-components v0.1.8
Semantic UI Stateless Components
Under Development
- There are missing components and missing options for certain components.
- Existing prop keys/values may change.
- File names and
exportstatements may change. - Contributions welcomed
Demo/Docs
storybookdemonstration and documentation here: https://awei01.github.io/sui-stateless-components.
Requirements
- Uses es6
importstatements. Currently no way to include directly in browser so you have to use webpack/babel or similar build system. PR welcome.
Usage
- install from npm
npm install -S sui-stateless-components - import the component `import { Button } from 'sui-stateless-components'
- use it:
<Button hint="positive" disabled>some label</Button>
Testing
This package uses @kadira/storybook to help develop visual tests for components. To test it out do: npm start
See https://github.com/kadirahq/react-storybook for more info.
Contributing
If you have components to add or require additional options for components, please make the code change and add a story for the UI test. See https://github.com/kadirahq/react-storybook for more info.
- fork this repo
- install dependencies:
npm install - run storybook so you can watch your components as you develop:
npm run storybook - browse to
http://localhost:9001 - edit files, add stories
- watch the browser refresh
Try to follow coding standards and file structure. Or, if you have readability suggestions, let me know.
0.1.8
9 years ago
0.1.7
9 years ago
0.1.6
9 years ago
0.1.5
9 years ago
0.1.4
9 years ago
0.1.3
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago
0.0.12
10 years ago
0.0.11
10 years ago
0.0.10
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago
0.0.0
10 years ago