-
Notifications
You must be signed in to change notification settings - Fork 0
howto react
Emre Sen edited this page Feb 7, 2021
·
4 revisions
A reusable ReactJS Component Library for HowTo Archive
Install with yarn
npm install --save @yazilim-vip/react-howto
Install with npm
npm install --save @yazilim-vip/react-howto
import from 'react'
import { HowToContainer } from '@yazilim-vip/react-howto'
export const Example = () => (
<HowToContainer
rootCategory={howToData}
requestedPath={requestedPath}
events={{
itemSelectEventHandler: (type, link) => {
// handle item select event
}
}}
/>
)
MIT © Yazilim VIP