Skip to content

danielc92/robust-react-ui

Repository files navigation

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

About

Typescript/React library of reusable components, which are robust, extensible and meet general accessibility guidelines.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published