@miljodirektoratet/md-css

1.1.3 • Public • Published

@miljodirektoratet/md-css

To start using the stylesheets:

npm install @miljodirektoratet/md-css

Then import the CSS, for example from JavaScript:

import { MdButton } from '@miljodirektoratet/md-react';
import '@miljodirektoratet/md-css';

const MyComponent = () => {
  return <MdButton>Example</MdButton>;
};

For more documentation, please refer to the Storybook

For HTML structure for each component, see the README.md for each css-file, located in /src, or the Docs-section in the Storybook for each component. This must be followed if stylesheets are used as standalone, without React components.

For React components, see @miljodirektoratet/md-react

Readme

Keywords

none

Package Sidebar

Install

npm i @miljodirektoratet/md-css

Weekly Downloads

110

Version

1.1.3

License

MIT

Unpacked Size

85.8 kB

Total Files

53

Last publish

Collaborators

  • jaanesen
  • phbeal
  • olahp
  • crolsson