stainless-steel
v2.0.7
Published
React components
Readme
documentation at stainless-steeljs
react front end components
access css with
note: as seen below your place in project is a reference to the chain of operations to get to the node_modules folder
if you reference stainless-steel css in your root folder you may experience some issues with semantics as our css will be integrated with yours in that instance.
import "*your place in project*/node_modules/stainless-steel/dist/css/style.css"
HelloWorld.js
import {SButton} from "stainless-steel"
...
return <SButton> Hello </SButton>
