@chayns-components/setup-wizard
TypeScript icon, indicating that this package has built-in type declarations

5.0.0-beta.315 • Public • Published

chayns-components

A set of beautiful React components for developing your own applications with chayns.


Installation

First you need to install the setup wizard part of the chayns-components.

# NPM
npm install @chayns-components/setup-wizard

# Yarn
yarn add @chayns-components/setup-wizard

Information: Since the components have now been implemented with the styled-components library, the styles are delivered directly with the components. There is no need to load an extra stylesheet anymore.

Usage

You can use the components in your project as in the following example.

import { SetupWizard, SetupWizardItem } from '@chayns-components/setup-wizard';

<SetupWizard>
    <SetupWizardItem id={0} step={1} title="Intro">
        Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
        invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam
        et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est.
        Lorem ipsum dolor sit amet.
    </SetupWizardItem>
    <SetupWizardItem id={1} step={2} title="Info">
        Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
        invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam
        et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est.
        Lorem ipsum dolor sit amet.
    </SetupWizardItem>
</SetupWizard>;

Readme

Keywords

Package Sidebar

Install

npm i @chayns-components/setup-wizard

Weekly Downloads

89

Version

5.0.0-beta.315

License

MIT

Unpacked Size

89.9 kB

Total Files

18

Last publish

Collaborators

  • tobit.software
  • braun-michael