This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

srx

0.1.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i srx

Weekly Downloads

2

Version

0.1.3

License

MIT

Unpacked Size

476 kB

Total Files

8

Last publish

Collaborators

  • aswinshenoy