Overview
Justd is a collection of React components designed to ensure web accessibility, based on React Aria Components. These components are easy to customize and can be seamlessly added to React projects. Additionally, Justd integrates Tailwind CSS for modern styling right from the start.
Features
- Accessibility-Focused: Built on top of React Aria Components to maintain web accessibility standards.
- Customizable: Easily customize the components to suit specific project requirements.
- Easy Integration: Seamlessly copy and paste the components into React projects.
- Tailwind CSS: Includes Tailwind CSS for stylish design out of the box.
- Documentation: Visit getjustd.com for detailed documentation on utilizing the components.
- Design Blocks: Utilize Justd Blocks to speed up the page design process.
- Contributor Friendly: Check out the contributing guide and become part of the contributor community.
- MIT License: Licensed under MIT, allowing users to modify and share with attribution.
Installation
To install Justd, follow these steps:
Install Justd package using npm:
npm install justd
Import Justd components into your React project:
import { ComponentName } from 'justd';
Start using the components in your project:
<ComponentName />
Summary
Justd is a user-friendly collection of React components focused on maintaining web accessibility. With easy customization, seamless integration, and pre-styled with Tailwind CSS, Justd makes designing accessible and stylish web pages a breeze. Additionally, the availability of documentation, design blocks, and a welcoming contributor community ensures a robust and collaborative user experience.