Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
Scientific React UI
===================

Scientific React UI components, based on MUI.
Scientific React UI components, based on MUI. A theme and component library to make websites at scientific institutions simple to create.
Our [Story Book](https://diamondlightsource.github.io/sci-react-ui/) website has a indepth information about the library and each component, but this Readme is a good place to start.
Comment thread
akademy marked this conversation as resolved.
Outdated

If you would like to contribute, please see our [Contributing](./contributing.md) document.

A theme and component library to make websites at scientific institutions simple to create.

Using
-----
### Installing

Install as usual:
Install as usual.

```sh
npm i @diamondlightsource/sci-react-ui
"One of:"
- pnpm add @diamondlightsource/sci-react-ui
- npm i @diamondlightsource/sci-react-ui
- yarn add @diamondlightsource/sci-react-ui
```

### Usage
Expand Down
Loading