0.17.0 • Published 5 months ago

@bioturing/assets v0.17.0

Weekly downloads
-
License
CC-BY-NC-ND-4.0
Repository
github
Last release
5 months ago

@bioturing/assets

BioTuring Design System assets, including icons, logos (React components), and fonts.

npm version License: CC BY-NC-ND 4.0

Installation

# Using npm
npm install @bioturing/assets

# Using yarn
yarn add @bioturing/assets

# Using pnpm
pnpm add @bioturing/assets

Usage

Icons

import { FileArrowRight, CaretRight, IntersectionPlot } from '@bioturing/assets';

function App() {
  return (
    <div>
      <FileArrowRight />
      <IntersectionPlot />
      <CaretRight />
    </div>
  );
}

Logos

import { BioTuring } from '@bioturing/assets/logos';

function App() {
  return (
    <div>
      <BioTuring />
    </div>
  );
}

Available Assets

Icons

The package includes both custom BioTuring icons and Phosphor icons:

  • Custom icons for specialized BioTuring visualizations (ScatterPlotView, TissueImageView, etc.)
  • Integration with Phosphor Icons library

Logos

Various BioTuring logos in different formats and variations.

Fonts

Access to the fonts used in BioTuring applications.

Requirements

  • React 18.0.0 or higher
  • React DOM 18.0.0 or higher

Documentation

For detailed documentation and examples, visit the BioTuring Design System documentation.

License

CC BY-NC-ND 4.0 © BioTuring

0.17.0

5 months ago

0.16.0

5 months ago

0.15.1

6 months ago

0.15.0

6 months ago

0.14.0

6 months ago

0.13.1

6 months ago