1.0.17 • Published 2 years ago

dana-react v1.0.17

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Intro

Installing our shared components and utilities into your application.

Welcome! 🤗 🎊 🤝

Thank you for looking at the Docs!

Install

Our library for the web lives in this repository. It is written in TypeScript, but you can still use our code even if your application is written in JavaScript.

This guide assumes you have some familiarity with React and Babel. Setting up a React project from scratch is outside the scope of this guide.

We recommend installing the following packages:

  • react
  • @emotion/react
$ yarn add react@^17.0.1 @emotion/react@^11.1.2

See Using Emotion for guidance on how to configure Babel to use Emotion's css prop.

Components

We publish the library with components written in React and Emotion.

$ npm install @dana

Then use to import the Accordion:

import { Accordion, AccordionRow } from '@dana/components';
1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago