0.1.10 • Published 2 years ago

@21epub/functional-button v0.1.10

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

functional-button

functional buttons for epub360

node version

node >= 16

dev start command

npm install

npm run dev

release

npm run release

storybook

npm run storybook

usage

ExportButton

import {ExportButton} from '@21epub/functional-button'

export default function Test() {

    return(
        <ExportButton 
            content="导出PDF" 
            exportUrl={`/v3/api/docset/${slug}/export_pdf/`}
        />
    )
}
0.1.10

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago