Skip to content

Lowriider/react-custom-popin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Simple example code

image

Available props

  • isVisible: boolean
  • onClose: boolean
  • large: boolean | default: false
  • title: string | default: null
  • leftButton: string | default: "Cancel"
  • leftButtonVisible: boolean | default: false
  • rightButton: string | default: "Save"
  • rightButtonVisible: boolean | default: true
  • onSubmit: function | default: null

IMPORTANT

This package requires Tailwindcss put this following line in content(Array) inside tailwind.config.js file

'./node_modules/react-custom-popin-v1/dist/*.{js,jsx}'

Releases

No releases published

Packages

No packages published

Languages