2.1.15 • Published 2 months ago

untitledui-js v2.1.15

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Banner

Get Started → Documentation

Installation

1. Setup with framer-motion

npm i untitledui-js framer-motion

2. Setup without framer-motion (base)

npm i untitledui-js-base

Basic Usage

1. Imports

import { Communication } from "untitledui-js"
<-- Category Import-->

import { AnnotationAlert } from "untitledui-js"
<-- Direct Import  -->

2. Rendering on the DOM

//...imports

const App = () => {
  return (
    <Fragment>
      <Communication.AnnotationAlert />

      <AnnotationAlert />
    </Fragment>
  );
};

3. Customization

return (
  <AnnotationAlert
    size={"15"} //adjusts both width and height properties
    pathProps={{
      ...props,
    }} //allows the adjustment of the path properties directly
    {...props} //other svg properties
  />
);
2.1.14

2 months ago

2.1.15

2 months ago

2.1.12

2 months ago

2.1.1

2 months ago

2.1.11

2 months ago

2.1.0

4 months ago

2.0.5

6 months ago

2.0.4

7 months ago

2.0.7

6 months ago

2.0.6

6 months ago

2.0.73

6 months ago

2.0.74

6 months ago

2.0.72

6 months ago

2.0.3

7 months ago

2.0.2

9 months ago

2.0.1

10 months ago

1.0.19

12 months ago

1.0.18

12 months ago

1.0.17

12 months ago

1.0.16

12 months ago

1.0.22

12 months ago

1.0.21

12 months ago

1.0.20

12 months ago

2.0.0

12 months ago

1.0.154

1 year ago

1.0.153

1 year ago

1.0.155

1 year ago

1.0.152

1 year ago

1.0.151

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago