New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

manthemes

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

manthemes - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/daisyui/dark.d.ts

20

package.json
{
"name": "manthemes",
"version": "1.0.0",
"description": "List of my made themes!",
"version": "1.0.1",
"description": "Mantine made themes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [

@@ -14,4 +11,15 @@ "mantine",

],
"repository": {
"type": "git",
"url": "https://github.com/Johnsiras/manthemes.git"
},
"homepage": "https://github.com/Johnsiras/manthemes#readme",
"bugs": {
"url": "https://github.com/Johnsiras/manthemes/issues"
},
"author": "johnsiras",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"typescript": "^4.7.2"
}
}

@@ -5,2 +5,27 @@ # ManThemes

## Usage
To get started import the `getTheme` from the package and put the function to the themeProvider
and specify a type and a theme.
```tsx
import { getTheme } from "manthemes";
<MantineProvider theme={getTheme("daisyui", "dark")} withNormalizeCSS>
{/* The children here */}
</MantineProvider>;
```
or
```jsx
const getTheme = require("manthemes");
<MantineProvider theme={getTheme("daisyui", "dark")} withNormalizeCSS>
{/* The children here */}
</MantineProvider>;
```
and you're done!
**Note:** This is still in progress.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc