0.1.3 • Published 3 years ago

srx v0.1.3

Weekly downloads
64
License
MIT
Repository
github
Last release
3 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

3 years ago

0.1.2

3 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.82

4 years ago

0.0.81

4 years ago

0.0.72

5 years ago

0.0.71

5 years ago

0.0.70

5 years ago

0.0.69

5 years ago

0.0.68

5 years ago

0.0.67

5 years ago

0.0.66

5 years ago

0.0.65

5 years ago

0.0.63

5 years ago

0.0.62

5 years ago

0.0.61

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0

6 years ago