0.19.0 • Published 5 months ago

@bioturing/components v0.19.0

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

@bioturing/components

A comprehensive UI component library for BioTuring applications built with React and Ant Design.

npm version License: CC BY-NC-ND 4.0

Installation

# Using npm
npm install @bioturing/components

# Using yarn
yarn add @bioturing/components

# Using pnpm
pnpm add @bioturing/components

Usage

import { Button } from '@bioturing/components';
import '@bioturing/components/style.css';

function App() {
  return (
    <Button type="primary">Hello BioTuring</Button>
  );
}

Available Components

The package provides the following components:

  • Badge
  • Breadcrumb
  • Button
  • Checkbox
  • CodeBlock
  • Collapse
  • DropdownMenu
  • Empty
  • Field
  • Form
  • Input
  • Popover
  • Radio
  • ScrollArea
  • Slider
  • Spin
  • Switch
  • Tag
  • Tooltip
  • Upload
  • VerticalCollapsiblePanel
  • And more...

Each component can be imported individually:

import { Button } from '@bioturing/components/Button';

Styles

The package includes two CSS files:

// Main component styles
import '@bioturing/components/style.css';

// Tailwind utilities
import '@bioturing/components/tailwind.css';

Requirements

  • React 18.0.0 or higher
  • React DOM 18.0.0 or higher
  • Ant Design 5.24.9 or higher

Documentation

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

License

CC BY-NC-ND 4.0 © BioTuring

0.19.0

5 months ago

0.18.0

5 months ago

0.17.1

5 months ago

0.17.0

5 months ago

0.16.0

5 months ago

0.15.5

5 months ago

0.15.4

5 months ago

0.15.3

5 months ago

0.15.2

6 months ago

0.15.1

6 months ago

0.15.0

6 months ago

0.14.1

6 months ago

0.14.0

6 months ago

0.13.3

6 months ago

0.13.2

6 months ago

0.13.1

6 months ago