Skip to content

Implementation of the Aragon's Open Design System

License

Notifications You must be signed in to change notification settings

DAObox/aragon-ods

 
 

Repository files navigation

Aragon

Aragon websiteDeveloper PortalJoin our Developer CommunityContribute


Aragon ODS

Aragon Open Design System (Aragon ODS) is an open source and human-centric design system specifically designed for the Aragon App. It provides a unified and easy-to-use framework for creating visually consistent and engaging interfaces that prioritize user experience throughout the Aragon ecosystem. Aragon ODS is currently in alpha version, with documentation updates planned for Q2. The developed components are expected to be available in the coming months.

Installation

Install the @aragon/ods library and using yarn or npm:

Yarn:

yarn add @aragon/ods

Npm:

npm install @aragon/ods

Usage

Import the @aragon/ods library on your application and use the components:

import React from 'react';
import { Tag } from '@aragon/ods';

export default function App() {
    return (
        <div>
            <Tag colorScheme="primary">My label</Tag>
        </div>
    );
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL-V3

About

Implementation of the Aragon's Open Design System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 66.4%
  • JavaScript 14.2%
  • MDX 11.5%
  • CSS 7.8%
  • Shell 0.1%