Skip to content

EightfoldAI/octuple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7eeb006 · Apr 30, 2025
Jun 24, 2024
Jun 24, 2024
Jul 25, 2022
Jan 17, 2023
Dec 15, 2022
Mar 1, 2023
Apr 30, 2025
Jun 23, 2023
Dec 15, 2022
Apr 9, 2025
Mar 12, 2022
Dec 15, 2022
Dec 19, 2022
Jun 24, 2024
Jun 24, 2024
Jun 24, 2024
Dec 15, 2022
Dec 15, 2022
Apr 30, 2025
Mar 10, 2022
May 16, 2024
Apr 25, 2024
Aug 16, 2023
Dec 15, 2022
Dec 15, 2022
May 16, 2024
Apr 30, 2025
Jun 24, 2024
Jul 26, 2023
Dec 15, 2022
Jul 29, 2024
Apr 9, 2024
Dec 15, 2022
Dec 15, 2022
Sep 10, 2024

Repository files navigation

Eightfold Octuple Design System Component Library

npm version node codecov Build License: MIT

npm package minimized gzipped size bundlesize-css-image bundlesize-locale-image

About

Octuple creates a shared language and visual consistency across different pages and channels. It represents a collection of assets, utilities, and React components for building web applications.

  • Design and development work may be created and replicated quickly at scale.
  • Alleviates strain on design resources to focus on larger, more complex problems.
  • Creates a unified language within and between cross-functional teams.
  • Creates visual consistency across products, channels, and potentially siloed departments.
  • Serves as an educational tool and reference for designers and content contributors.

Visit the Octuple Storybook site.

Changelog

You can view the complete list of additions, fixes, and changes in the change log

Install

To install Octuple in your project run the following command:

Yarn

yarn add @eightfold.ai/octuple

NPM

npm install @eightfold.ai/octuple

Usage

import { Button } from '@eightfold.ai/octuple';

export const App = () => (
  <>
    <Button text={'Button'} />
  </>
);

And import styles manually:

import '@eightfold.ai/octuple/lib/octuple.css';

How can I contribute?

There are many ways to contribute to the Octuple project. Review the following sections to find out which one is right for you.

Reporting bugs and suggesting enhancements using Eightfold's apps and services

Please use the 'Get Help' tool at the bottom of any screen to submit bugs and suggestions.

Get Help

Create an issue on GitHub

New Issue

Pull requests

Review the guidance for pull requests and the contribution workflow in our contributor guide.

License

MIT (c) 2024 Eightfold