0.0.803 • Published 6 years ago

react-ssc v0.0.803

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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>
    );
  }
}
0.0.803

6 years ago

0.0.802

6 years ago

0.0.801

6 years ago

0.0.8

6 years ago

0.0.781

6 years ago

0.0.78

6 years ago

0.0.77

7 years ago

0.0.76

7 years ago

0.0.75

7 years ago

0.0.742

7 years ago

0.0.741

7 years ago

0.0.74

7 years ago

0.0.73

7 years ago

0.0.72

7 years ago

0.0.71

7 years ago

0.0.7

7 years ago

0.0.69

7 years ago

0.0.68

7 years ago

0.0.67

7 years ago

0.0.66

7 years ago

0.0.65

7 years ago

0.0.64

7 years ago

0.0.63

7 years ago

0.0.62

7 years ago

0.0.61

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.101

7 years ago

0.0.1007

7 years ago

0.0.1006

7 years ago

0.0.1005

7 years ago

0.0.1004

7 years ago

0.0.1003

7 years ago

0.0.1002

7 years ago

0.0.1001

7 years ago

0.0.1-0-1

7 years ago

0.0.1-12

7 years ago

0.0.1-11

7 years ago

0.0.1-10

7 years ago

0.0.1-8

7 years ago

0.0.1-7

7 years ago

0.0.1-6

7 years ago

0.0.1-5

7 years ago

0.0.1-3

7 years ago

0.0.1-2

7 years ago

0.0.1-1

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago