Skip to content

Commit

Permalink
Use react-styleguidist (#2)
Browse files Browse the repository at this point in the history
* Initial styleguidist (#1)

* Test fixed css issue in gh-pages (#2)

* Add jsdoc for props method description

* Add ribbon

* Config styleguide dir to docs
  • Loading branch information
roth1002 authored Sep 7, 2018
1 parent fac322c commit 9eb896d
Show file tree
Hide file tree
Showing 23 changed files with 222 additions and 2,614 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ node_modules
npm-debug.log
package-lock.json
yarn.lock
.DS_Store
/.nyc_output
/coverage
/lib
/styleguide
32 changes: 29 additions & 3 deletions dist/react-radio.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
/*! react-radio v3.2.1 | (c) 2018 Trend Micro Inc. | MIT | https://github.com/trendmicro-frontend/react-radio */
/*! react-radio v3.2.2 | (c) 2018 Trend Micro Inc. | MIT | https://github.com/trendmicro-frontend/react-radio */
.radio---section---foyYY {
background: #fff;
border: 1px solid #d6d6d6;
position: relative;
z-index: 1;
-webkit-transition: height 0.3s ease;
-moz-transition: height 0.3s ease;
-o-transition: height 0.3s ease;
-ms-transition: height 0.3s ease;
transition: height 0.3s ease;
}
.radio---section---foyYY:last-child {
margin-bottom: 20px;
}
.radio---section-content---TYJOP {
padding: 0 16px 16px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
@media screen and (max-width: 1023px) {
.radio---section-content---TYJOP {
position: static;
height: 100%;
}
}
.radio---control-radio---2rwkY {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
Expand Down Expand Up @@ -79,5 +107,3 @@
border: 1px solid #999;
background-color: #ddd;
}

/*# sourceMappingURL=react-radio.css.map*/
2 changes: 1 addition & 1 deletion dist/react-radio.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

557 changes: 0 additions & 557 deletions docs/0b39d1e64af23fe5437238402d08496a.svg

This file was deleted.

17 changes: 0 additions & 17 deletions docs/37f4597594857b017901209aae0a60e1.svg

This file was deleted.

11 changes: 0 additions & 11 deletions docs/8854c448a7903a7159ef7743634bae8c.svg

This file was deleted.

Loading

0 comments on commit 9eb896d

Please sign in to comment.