astro-div

0.0.1 • Public • Published

astro-div

It's only <Div/>

Example

---
import Div from 'astro-div'
---

<!DOCTYPE html>
<html lang="en">
<head>
	<Div>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
		<title>Document</title>
	</Div>
</head>
<body>
	
</body>
</html>

Result:

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>

<body></body>

</html>

Readme

Keywords

Package Sidebar

Install

npm i astro-div

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

189 kB

Total Files

6

Last publish

Collaborators

  • mzaini30