1.3.10 • Published 2 years ago

robust-react-ui v1.3.10

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

2 years ago

1.2.10

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago