Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/open_close_…
Browse files Browse the repository at this point in the history
…select_callbacks

# Conflicts:
#	src/form/Select/Select.tsx
  • Loading branch information
Evgeniy committed Apr 26, 2024
2 parents 8cec0c7 + 8c35da3 commit cd4db07
Show file tree
Hide file tree
Showing 51 changed files with 5,989 additions and 409 deletions.
1 change: 1 addition & 0 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const preview: Preview = {
'Components',
'Blocks',
[
'Introduction',
'Foundation',
[
'Introduction',
Expand Down
66 changes: 21 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,55 +27,31 @@
---

## 🚀 Quick Links
- [Docs and Demos](https://reablocks.dev)
- [Docs and Demos](https://storybook.reablocks.dev)

## 💎 Other Projects

- [Unify Viz](https://unifyviz.com?utm=reablocks) - Premium offering 300+ Figma and React professionally designed data visualization
components.
- [Reaflow](https://reaflow.dev?utm=reablocks) - Open-source library for workflow and diagram graphs.
- [Reagraph](https://reagraph.dev?utm=reablocks) - Open-source library for large webgl based network graphs.
- [Reaviz](https://reaviz.io?utm=reablocks) - Open-source library for data visualizations for React.

## 🪄 Features
- Pluralization
- Ellipsis
- Data Size
- Divider
- Redactor
- Duration
- Card
- List
- Block
- Infinity List
- Dialog
- Drawer
- Tooltip
- Popover
- Notification
- Menu
- Context Menu
- Select
- Loader
- Toggle
- Checkbox
- Collapse
- Stack
- Typography
- Radio Button
- Tree
- Date Format
- Range
- Sort
- Command Palette
- Avatar
- Avatar Group
- Chip
- Kbd
- Calendar
- Pager
- Vertical Spacer
- Badge
- Tabs
- Theme Provider based on [Tailwind](https://tailwindcss.com/)
- Animations based on [framer-motion](https://www.framer.com/docs/animation/)
## 🔭 Development

If you want to run reablocks locally, its super easy!

- Clone the repository
- `npm i`
- `npm start`
- Browser opens to Storybook page

## ❤️ Contributors & Credits

Thanks to Netlify for hosting!

<a href="https://www.netlify.com">
<img src="https://www.netlify.com/v3/img/components/netlify-dark.svg" alt="Deploys by Netlify" />
</a>

Thanks to all our contributors!

<a href="https://github.com/reaviz/reaviz/graphs/contributors"><img src="https://opencollective.com/reaviz/contributors.svg?width=890" /></a>
122 changes: 122 additions & 0 deletions docs/assets/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
452 changes: 452 additions & 0 deletions docs/assets/qr-code-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
382 changes: 382 additions & 0 deletions docs/assets/qr-code-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/blocks/Introduction.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import { Meta } from '@storybook/addon-docs';

<Meta title="Blocks/Introduction" />

# Introduction

Blocks are pre-built components that you can use to build your product.
We offer a variety of blocks to help you build your product faster and more efficiently.

We offer the following blocks:

- Foundation
- Not Found
- Support
- Administration
- Forgot Password
- Login
- Register
- MFA
- Authentication
- Profile
- Pricing
4 changes: 2 additions & 2 deletions docs/blocks/authentication/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ These blocks are essential for securing access and enabling users to interact wi
The blocks include Login, Register, and Forgot Password functionalities, each crafted to offer a seamless and
intuitive user experience. We have the following blocks available for authentication:

- Login
- Register
- Forgot Password
- Login
- MFA
- Register
Loading

0 comments on commit cd4db07

Please sign in to comment.