react-ssc

0.0.803 • Public • Published

React-SSC (Simple Site Components)

A collection of design components for creating a responsive website.

npm

!Still being developed. Anything can change!

If you include this package as a dependency in your project, be wary that a future version may work in very different ways...

Installation / Setup

npm i react-ssc || yarn add react-ssc

Most components are stateless and only handle styling. For now, this package does not export the stylesheets by default and so you must import them seperate from the main library. If you are using bundler like Webpack, the entry point is a good place to do this:

import SSC from 'react-ssc';      // import the component library
import 'react-ssc/dist/lib.css';  // import the stylesheets
 
...
 
class App extends React.Component {
  render() {
    return (
      <SSC.Container>
        ...
      </SSC.Container>
    );
  }
}

Readme

Keywords

Package Sidebar

Install

npm i react-ssc

Weekly Downloads

3

Version

0.0.803

License

MIT

Unpacked Size

36.3 kB

Total Files

6

Last publish

Collaborators

  • bsaphier