Skip to content

Commit d674452

Browse files
authored
Merge pull request #31 from oasisprotocol/ml/fix-formatting
Fix formatting
2 parents b99ce84 + 82a08a3 commit d674452

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ These components are based on [shadcn/ui](https://ui.shadcn.com/).
99

1010
You can check out the gallery of available components using Storybook:
1111

12-
``` bash
12+
```bash
1313
yarn install
1414
yarn run storybook
1515
```
@@ -20,10 +20,10 @@ To use the Oasis UI Library in your project, follow these steps:
2020

2121
- Add it as a dependency
2222
- Set up Tailwind CSS for your project, as documented
23-
[in the Tailwind docs](https://tailwindcss.com/docs/installation/using-vite).
23+
[in the Tailwind docs](https://tailwindcss.com/docs/installation/using-vite).
2424
- Insert this to your main CSS file:
2525

26-
``` CSS
26+
```CSS
2727
@import '@oasisprotocol/ui-library/src/styles/global.css';
2828
@source "../node_modules/@oasisprotocol/ui-library";
2929
```

src/stories/Accordion/Accordion.stories.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
import type { Meta, StoryObj } from '@storybook/react-vite'
2-
import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from '../../components/ui/accordion.tsx'
2+
import {
3+
Accordion,
4+
AccordionContent,
5+
AccordionItem,
6+
AccordionTrigger,
7+
} from '../../components/ui/accordion.tsx'
38
import { expect } from 'storybook/test'
49

510
const meta = {

0 commit comments

Comments
 (0)