0.1.8 • Published 1 year ago

dynamic-cta v0.1.8

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

install the dynamic cta

npm i dynamic-cta

Npm Link.\ Open link https://www.npmjs.com/package/dynamic-cta?activeTab=readme.

import { Cta } from 'dynamic-cta/dist'

you can import the cta by using the above code.

<Cta label="Hello" kind="primary" type="button" />

using above line of code you can use the CTA.

herethe classes which you can use in Kind like "primary" , "secondary" , "success" , "danger" , "warning"