Inclusify Design System is a collection of accessible and reusable UI components designed to enhance web accessibility and inclusivity.
npm install inclusify-design-system
or with Yarn:
yarn add inclusify-design-system
Import and use components in your React project:
import { WSection } from 'inclusify-design-system';
function App() {
return <WSection sectionLabelledById="sampleId" children={<div></div>} />;
}
export default App;
Inclusify provides a variety of accessible UI components:
- Section – Keyboard and screen reader-friendly section wrapper.
More components are in development!
Inclusify ensures:
- WCAG-compliant color contrast.
- Proper ARIA roles and attributes.
- Keyboard navigability.
- Screen reader-friendly components.
We welcome contributions! To set up the project locally:
git https://github.com/RoyalHareStudio/Inclusify-design-system.git
cd inclusify-design-system
npm install
npm run dev
- Follow the accessibility-first development guidelines.
- Run tests before submitting PRs.
- Open issues for feature requests and bug reports.
Inclusify Design System is licensed under the MIT License.
For questions or support, reach out to Henry Le (Inclusify Design System developer) via GitHub Issues or email [[email protected]].