1.13.0 • Published 6 months ago

otasuke v1.13.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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

https://github.com/kkkkkkkkp/tasuke

1.13.0

6 months ago

1.12.0

6 months ago

1.11.0

6 months ago

1.10.0

6 months ago

1.9.0

6 months ago

1.8.0

6 months ago

1.7.0

6 months ago

1.6.0

6 months ago

1.5.0

6 months ago

1.4.0

6 months ago