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 i srx --save
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>
- Button
- Card
- Col
- Flex
- Row
- TextInput
MIT Open Source License