Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
feat(pkg): bump to latest semantic-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Sep 7, 2017
1 parent ca5dfd8 commit 410801c
Show file tree
Hide file tree
Showing 37 changed files with 29,475 additions and 529 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ this package provides:

## install

`npm install --save react-octagon` or `yarn add --dev react-octagon`
`npm install --save react-octagon` or `npm add --dev react-octagon`

## usage - react component library

Expand Down Expand Up @@ -49,8 +49,8 @@ class MyWigdet () {
## development

- clone this repository
- run `yarn`
- run `yarn start`
- run `npm`
- run `npm start`
- open the URL to play w/ components as you develop them

now you're off to the races :horse_racing:! theme changes, components, & examples will update automatically. Make sure that your examples source components from within the `src/` dir!
Expand All @@ -59,7 +59,7 @@ now you're off to the races :horse_racing:! theme changes, components, & exampl

### react component api distribution

**useful** if you've `yarn link`ed your front-end project with `octagon` and want to iterate on components without suffering the build/publish lifecycle for `octagon`. You must run `yarn run build` to get a fresh set of react components!
**useful** if you've `npm link`ed your front-end project with `octagon` and want to iterate on components without suffering the build/publish lifecycle for `octagon`. You must run `npm run build` to get a fresh set of react components!

## contributing

Expand Down
2 changes: 1 addition & 1 deletion THEMING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ the [theming](http://semantic-ui.com/usage/theming.html) page explains the gener
![](https://github.com/cdaringe/octagon/blob/master/img/theme-change-reload.mov.gif?raw=true)
_the build process is a little slow at the moment--it may take a few seconds for the UI to be updated after you've made a change._

- boot your storybook via `yarn start`
- boot your storybook via `npm start`
- look at the `semantic/` dir in this project. this is where our theme lives!
- semantic-ui exports a "default" theme. we will take that default theme and modify it to our needs
- suppose you want to edit how a `Button` looks
Expand Down
Loading

0 comments on commit 410801c

Please sign in to comment.