0.1.3 • Published 5 years ago

srx v0.1.3

Weekly downloads
64
License
MIT
Repository
github
Last release
5 years ago

SRX - React Component Library

npm npm-downloads license Storybook

SRX is a highly flexible Bootstrap-inspired React Design System with an aim to give consistent, accessible and intuitive user experience through writing meaningful, minimal code.

  • NPM -

How To Install?

npm i srx --save 

How To Use?

1.Import required components from the library.

import { Row, Col } from 'srx'

2.Use components as per specifications.

<Row m={0}>
    <Col s={4}>Col 1</Col>
    <Col s={4}>Col 2</Col>
    <Col s={4}>Col 3</Col>
</Row>

Available Components

Elements

  1. Button
  2. Card
  3. Col
  4. Flex
  5. Row
  6. TextInput

License

MIT Open Source License

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.82

5 years ago

0.0.81

5 years ago

0.0.72

6 years ago

0.0.71

6 years ago

0.0.70

6 years ago

0.0.69

6 years ago

0.0.68

6 years ago

0.0.67

6 years ago

0.0.66

6 years ago

0.0.65

6 years ago

0.0.63

6 years ago

0.0.62

6 years ago

0.0.61

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

1.0.0

7 years ago