1.2.1 • Published 1 year ago

@devtools-ds/node v1.2.1

Weekly downloads
18
License
MIT
Repository
github
Last release
1 year ago

@devtools-ds/node

A component for rendering DOM Node style opening and closing HTML tags.

Installation

npm i @devtools-ds/node
# or with yarn
yarn add @devtools-ds/node

Then to use the component in your code just import it!

import { Node } from "@devtools-ds/node";

Usage

The label can be a string or a React component.

const properties = {
  class: 'test',
  style: 'font-weight: bold;'
};

<Node name="div" properties={properties} />
  Content
<Node closing name="div" />

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

1.2.1

1 year ago

1.2.0

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.1.2

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.133.0

3 years ago

0.132.3

3 years ago

0.132.2

3 years ago

0.132.1

3 years ago

0.132.0

3 years ago

0.131.0

3 years ago

0.130.5

3 years ago

0.130.4

3 years ago

0.130.3

3 years ago

0.130.2

3 years ago