react-reset-html
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

react-reset-html

Style-reseted HTML elements as React-components. Uses Normalize.cssinjs and other defined html-defaults. Includes typescript typings.

🔨 Usage

Give normal html-attributes as props.

import { HtmlA } from 'suomifi-ui-components';
<HtmlA href="/" />;

For aria-attributes or similar you can use object spread syntax.

const props = { 'aria-label': 'Swooosh!' };
<HtmlA {...props} href="/" />;

With Typescript to use component for wrapping all components contain Prop-postfixed interface.

import { HtmlA, HtmlAProps } from 'suomifi-ui-components';

Github Package Registry

To use this package from Github Package Registry add .npmrc to your project with:

@j-kallunki:registry=https://npm.pkg.github.com

Current collection

  • HtmlA
  • HtmlButton
  • HtmlDiv
  • HtmlH
  • HtmlInput
  • HtmlLabel
  • HtmlLi
  • HtmlNav
  • HtmlOl
  • HtmlSpan
  • HtmlUl

Package Sidebar

Install

npm i react-reset-html

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

36.4 kB

Total Files

33

Last publish

Collaborators

  • j-kallunki