1.4.16 • Published 2 months ago

@rafty/ui v1.4.16

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Rafty UI

React + Accessibility + Tailwind CSS

Rafty UI is a comprehensive library of accessible, reusable, and composable React components that streamlines the development of modern web applications and websites. The library offers a diverse range of components that can be easily combined to build complex user interfaces while adhering to accessibility best practices.


Features

  • Works out of the box - Rafty UI contains polished React components that work out of the box.

  • Flexible & composable - Rafty UI components are built on top of a Radix UI Primitive and Tailwind CSS for endless composability 🧰.

  • SSR - Rafty UI components support React SSR functionality 😍.

  • Dark Mode - All components are dark mode compatible 🌙.

Looking for the documentation?

Check it out at rafty.rhinobase.io

Quick start

Rafty UI is made up of multiple components and tools that you can import one by one.

Installing Rafty UI

To use Rafty UI in your project, run one of the following commands in your terminal:

npm add @rafty/ui
# or
yarn add @rafty/ui
# or
pnpm add @rafty/ui

Setup

For the styling to work in @rafty/ui, you must make a few changes to your tailwind.config.js file.

First, install the @rafty/plugin package as devDependencies

npm add -D @rafty/plugin
# or
yarn add -D @rafty/plugin
# or
pnpm add -D @rafty/plugin

And in your tailwind.config.js file

module.exports = {
  darkMode: "class",
  content: [
    // ...,
    "./node_modules/@rafty/**/*.js",
  ],
  theme: {
    extend: {
      // (Optional)
      // Extend the default configuration
      colors: {
        primary: colors.purple,
        // ...,
      },
    },
  },
  plugins: [
    // ...,
    require("@rafty/plugin"),
  ],
};

Connect with us

Whether you're a beginner or an advanced Rafty UI user, joining our community is the best way to connect with like-minded people who build great products with the library.

Contributing

Feel like contributing? That's awesome! We have a contributing guide to help guide you.

Join the community

Connect with a vibrant community of developers, and designers on Discord at discord.gg/rhinobase. Share your experiences, exchange insights, and shape the evolution of @rafty/ui.

Follow us on Twitter for the latest news @rhinobaseio

1.4.15

2 months ago

1.4.16

2 months ago

1.4.14

2 months ago

1.4.13

2 months ago

1.4.12

2 months ago

1.4.11

2 months ago

1.4.9

2 months ago

1.4.10

2 months ago

1.4.8

2 months ago

1.4.7

3 months ago

1.4.5

3 months ago

1.4.4

3 months ago

1.4.3

3 months ago

1.4.2

4 months ago

1.4.1

4 months ago

1.4.0

5 months ago

1.2.0

6 months ago

1.0.2

7 months ago

1.0.1

8 months ago

1.0.0

8 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.2.2

6 months ago

1.0.4

7 months ago

1.2.1

6 months ago

1.0.3

7 months ago

1.0.0-beta.22

10 months ago

1.0.0-beta.23

10 months ago

1.0.0-beta.20

10 months ago

1.0.0-beta.21

10 months ago

1.0.0-beta.28

9 months ago

1.0.0-beta.29

8 months ago

1.0.0-beta.26

9 months ago

1.0.0-beta.27

9 months ago

1.0.0-beta.24

10 months ago

1.0.0-beta.25

10 months ago

1.0.0-beta.19

10 months ago

1.0.0-beta.18

10 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.3.1

5 months ago

1.3.0

6 months ago

1.0.0-beta.33

8 months ago

0.0.1

8 months ago

1.0.0-beta.34

8 months ago

1.0.0-beta.31

8 months ago

1.0.0-beta.32

8 months ago

1.0.0-beta.30

8 months ago

1.0.0-beta.17

10 months ago

1.0.0-beta.16

10 months ago

1.0.0-beta.14

10 months ago

1.0.0-beta.13

11 months ago

1.0.0-beta.12

11 months ago

1.0.0-beta.11

11 months ago

1.0.0-beta.10

11 months ago

1.0.0-beta.9

11 months ago

1.0.0-beta.8

11 months ago

1.0.0-beta.7

11 months ago

1.0.0-beta.6

11 months ago

1.0.0-beta.5

11 months ago

1.0.0-beta.4

11 months ago

1.0.0-beta.3

11 months ago

1.0.0-beta.2

11 months ago

1.0.0-beta.1

12 months ago

1.0.0-beta.0

12 months ago