Skip to content

Commit

Permalink
fix: update docs and add a get started sample
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Jul 27, 2022
1 parent 2c5d9e9 commit 06c3a61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -31,6 +31,10 @@ Please just open an issue with a link do a small reproduction of the bug and let
flutter pub add skynexui_responsive_stylesheet
```

### Get started

- [Check this file to see a small example project](./examples/with_flutter_sample/lib/main.dart)

### Demo

- [Check it out](https://responsive-stylesheet-flutter-demo.vercel.app/)
Expand Down Expand Up @@ -61,6 +65,10 @@ body: Container(
yarn add @skynexui/responsive_stylesheet
```

### Get started

- [Check this project to see a small example project](./examples/with_react_sample)

### Demo

- [Check it out](https://responsive-stylesheet-react-demo.vercel.app/)
Expand Down
3 changes: 3 additions & 0 deletions examples/with_react_sample/readme.md
@@ -0,0 +1,3 @@
# with_react_sample

- ...

1 comment on commit 06c3a61

@vercel
Copy link

@vercel vercel bot commented on 06c3a61 Jul 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.