1.3.5 • Published 4 years ago

x-datas v1.3.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

x-datas is a react component library

Install

    # yarn
    yarn add x-datas -S

    # npm
    npm i x-datas -S

How to use

import React, { useState } from 'react';

// import x-datas libary
import * as xds from 'x-datas';
// import x-datas styles files
import 'x-datas/dist/index.css';

const App = () => {
    const [containerList, setContainerList] = useState([]);

    return <xds.RenderBox containers={containerList} backagegroundImage={'https://xxxx.com/xxx.png'} />;
};
1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago