Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement JS [helpers](https://bulmajs.tomerbe.co.uk) #15

Open
DivadNojnarg opened this issue Oct 14, 2019 · 6 comments
Open

Implement JS [helpers](https://bulmajs.tomerbe.co.uk) #15

DivadNojnarg opened this issue Oct 14, 2019 · 6 comments

Comments

@DivadNojnarg
Copy link
Member

No description provided.

@DivadNojnarg
Copy link
Member Author

@JohnCoene : after implementing the JS helpers, do we target a CRAN release end of the year?

@JohnCoene
Copy link
Member

Sounds like a good idea! Will look into it this summer. A full review of the package is probably overdue as well.

@DivadNojnarg DivadNojnarg changed the title Implement JS [helpers](https://vizuaalog.github.io/BulmaJS/) Implement JS [helpers](https://bulmajs.tomerbe.co.uk) Jun 1, 2020
@DivadNojnarg
Copy link
Member Author

Updated JS link

@DivadNojnarg
Copy link
Member Author

other links: https://demo.creativebulma.net/

@DivadNojnarg
Copy link
Member Author

DivadNojnarg commented Aug 23, 2020

WIP: see 21f7483

@DivadNojnarg
Copy link
Member Author

DivadNojnarg commented Aug 23, 2020

poke @JohnCoene

library(shiny)
library(shinybulma)

ui <- bulmaPage(
  tags$head(
    tags$script(
      "$(function() {
        Bulma().alert({
    type: 'danger',
    title: 'This is an alert!',
    body: 'Ooohh what button you gonna click?',
    confirm: 'Confirm it!',
    cancel: 'Maybe not'
  });
      });
      "
    )
  )
)

server <- function(input, output, session) {
  
}

shinyApp(ui, server)

Screenshot 2020-08-23 at 18 12 37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants