1.2.2 • Published 2 years ago

demo_content v1.2.2

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

Demo_content

The demo_content package contains the reusable button for using in web applications. Please see the Getting Started guide for more information on how to get started with it

Install

npm i --save demo_content

usage

import {Demo} from "Demo_content"

example

import React from 'react';
import {Demo} from "demo_content"
const Sampleex=()=> {
    return (
   
   <Demo></Demo>
    );
}

export default Sampleex;

Logo

1.2.2

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.0.0

2 years ago