0.1.8 • Published 7 years ago

sui-stateless-components v0.1.8

Weekly downloads
25
License
ISC
Repository
github
Last release
7 years ago

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 export statements may change.
  • Contributions welcomed

Demo/Docs

Requirements

  • Uses es6 import statements. 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

7 years ago

0.1.7

7 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago