Skip to content

aswinshenoy/srx

Repository files navigation

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.

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

About

Highly flexible bootstrap-inspired React Design System

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published