1.0.3 • Published 11 months ago

@will01/title v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

@will01/title

A simple and reusable title component for React.

Installation

npm install @will01/title

Usage

import React from 'react';
import Title from '@will01/title';

const App = () => {
  return (
    <div>
      <Title text="Hello World" />
    </div>
  );
};

export default App;

Props

PropTypeDescription
textstringThe text to display as the title.

Example

import React from 'react';
import Title from '@will01/title';

const App = () => {
  return (
    <div>
      <Title text="Hello World" />
    </div>
  );
};

export default App;

License

MIT License

1.0.2

11 months ago

1.0.3

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago