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

bee-calendar

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bee-calendar - npm Package Compare versions

Comparing version

to
0.1.3

2

package.json
{
"name": "bee-calendar",
"version": "0.1.2",
"version": "0.1.3",
"description": "Calendar ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

@@ -26,3 +26,3 @@ # bee-calendar

```js
import DatePicker from 'bee-calendar';
import Calendar from 'bee-calendar';
ReactDOM.render(

@@ -35,9 +35,9 @@ <Calendar></Calendar>

```
<link rel="stylesheet" href="./node_modules/bee-datepicker/build/Calendar.css">
<link rel="stylesheet" href="./node_modules/bee-calendar/build/Calendar.css">
```
- 可以在js中import样式
```js
import "./node_modules/bee-button/src/Calendar.scss"
import "./node_modules/bee-calendar/src/Calendar.scss"
//或是
import "./node_modules/bee-button/build/Calendar.css"
import "./node_modules/bee-calendar/build/Calendar.css"
```

@@ -44,0 +44,0 @@

Sorry, the diff of this file is not supported yet