1.14.12 • Published 9 months ago
otasuke v1.14.12
Otasuke
otasuke is a versatile and open-source npm package that provides a variety of utilities designed to enhance web development productivity. This package includes a collection of tools ranging from date formatting and text capitalization to regular expressions, React hooks, loader animations, and a ready-to-use page.
Document
Storybook: https://otasuke.netlify.app
Features
- loader animation
- dayformat
- capital text
- regex
- ready-to-use pages (Success, Error...)
Installation
Install otasuke with npm
npm install otasuke
Usage/Examples, Loader
import { BlobLoader } from 'otasuke'
function App() {
return <BlobLoader backgroundColor='red' size='40px' />
}
Usage/Examples, DayFormat
import { dayFormat1 } from 'otasuke'
function App() {
const date = new Date()
return(
<h1>{dayFormat1{date}}</h1>
)
}
GitHub Link
1.14.1
9 months ago
1.14.0
9 months ago
1.14.5
9 months ago
1.14.3
9 months ago
1.14.2
9 months ago
1.14.9
9 months ago
1.14.10
9 months ago
1.14.8
9 months ago
1.14.11
9 months ago
1.14.7
9 months ago
1.14.12
9 months ago
1.14.6
9 months ago
1.13.0
2 years ago
1.12.0
2 years ago
1.11.0
2 years ago
1.10.0
2 years ago
1.9.0
2 years ago
1.8.0
2 years ago
1.7.0
2 years ago
1.6.0
2 years ago
1.5.0
2 years ago
1.4.0
2 years ago