1.3.10 • Published 3 years ago

robust-react-ui v1.3.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

test buildNetlify Status

Robust React UI

A react library of components, which are robust, well tested, extensible and meet general accessibility guidelines.

Documentation

Click here to view the latest documentation.

Getting started

npm install robust-react-ui

or with yarn

yarn add robust-react-ui

in app.tsx

import React from 'react';
// Import CSS file
import 'robust-react-ui/build/styles/main.css';
import { Button, Typography } from 'robust-react-ui';
function App() {
  return (
    <>
      <Typography.Heading level={2}>Hello world</Typography.Heading>
      <Button>Click me</Button>
    </>
  );
}

export default App;

Maintainers

Looking to contribute?

If you want to contribute, feel free to send me a message.

Credits & Resources

Design patterns & Accessibility

Styling

Misc

1.3.10

3 years ago

1.2.10

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago